Package-level declarations
Types
Link copied to clipboard
data class GetOrganizationResult(val createdTime: String, val id: String, val location: String? = null, val name: String, val offerDetail: OfferDetailResponse, val organizationId: String, val provisioningState: String, val ssoUrl: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userDetail: UserDetailResponse)
Organization resource.
Link copied to clipboard
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
data class UserDetailResponse(val emailAddress: String, val firstName: String? = null, val lastName: String? = null)
Subscriber detail