pub struct SlackApiAppsManifestUpdateResponseInit {
pub app_id: SlackAppId,
pub permissions_updated: bool,
}Fields§
§app_id: SlackAppId§permissions_updated: boolTrait Implementations§
source§impl From<SlackApiAppsManifestUpdateResponseInit> for SlackApiAppsManifestUpdateResponse
impl From<SlackApiAppsManifestUpdateResponseInit> for SlackApiAppsManifestUpdateResponse
source§fn from(value: SlackApiAppsManifestUpdateResponseInit) -> Self
fn from(value: SlackApiAppsManifestUpdateResponseInit) -> Self
Converts to this type from the input type.