Get Integration Account Agreement Result
data class GetIntegrationAccountAgreementResult(val agreementType: String, val changedTime: String, val content: AgreementContentResponse, val createdTime: String, val guestIdentity: BusinessIdentityResponse, val guestPartner: String, val hostIdentity: BusinessIdentityResponse, val hostPartner: String, val id: String, val location: String? = null, val metadata: Any? = null, val name: String, val tags: Map<String, String>? = null, val type: String)
The integration account agreement.
Constructors
Link copied to clipboard
fun GetIntegrationAccountAgreementResult(agreementType: String, changedTime: String, content: AgreementContentResponse, createdTime: String, guestIdentity: BusinessIdentityResponse, guestPartner: String, hostIdentity: BusinessIdentityResponse, hostPartner: String, id: String, location: String? = null, metadata: Any? = null, name: String, tags: Map<String, String>? = null, type: String)