Get Service Network Result
data class GetServiceNetworkResult(val arn: String? = null, val authType: ServiceNetworkAuthType? = null, val createdAt: String? = null, val id: String? = null, val lastUpdatedAt: String? = null, val sharingConfig: ServiceNetworkSharingConfig? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, authType: ServiceNetworkAuthType? = null, createdAt: String? = null, id: String? = null, lastUpdatedAt: String? = null, sharingConfig: ServiceNetworkSharingConfig? = null, tags: List<Tag>? = null)