GcpProjectEnvironmentDataResponse

data class GcpProjectEnvironmentDataResponse(val environmentType: String, val organizationalData: Either<GcpOrganizationalDataMemberResponse, GcpOrganizationalDataOrganizationResponse>? = null, val projectDetails: GcpProjectDetailsResponse? = null)

The GCP project connector environment data

Constructors

Link copied to clipboard
constructor(environmentType: String, organizationalData: Either<GcpOrganizationalDataMemberResponse, GcpOrganizationalDataOrganizationResponse>? = null, projectDetails: GcpProjectDetailsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the environment data. Expected value is 'GcpProject'.

Link copied to clipboard
Link copied to clipboard

The Gcp project's details