pub struct SlackApiAppsManifestCreateRequestInit {
pub app_id: SlackAppId,
pub manifest: SlackAppManifest,
}Fields§
§app_id: SlackAppId§manifest: SlackAppManifestTrait Implementations§
source§impl From<SlackApiAppsManifestCreateRequestInit> for SlackApiAppsManifestCreateRequest
impl From<SlackApiAppsManifestCreateRequestInit> for SlackApiAppsManifestCreateRequest
source§fn from(value: SlackApiAppsManifestCreateRequestInit) -> Self
fn from(value: SlackApiAppsManifestCreateRequestInit) -> Self
Converts to this type from the input type.