GetStudioApplicationsResult

data class GetStudioApplicationsResult(val applications: List<GetStudioApplicationsApplication>, val id: String, val ids: List<String>, val keyword: String? = null, val maxResults: Int? = null, val nameRegex: String? = null, val names: List<String>, val orderType: Int? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null)

A collection of values returned by getStudioApplications.

Constructors

Link copied to clipboard
constructor(applications: List<GetStudioApplicationsApplication>, id: String, ids: List<String>, keyword: String? = null, maxResults: Int? = null, nameRegex: String? = null, names: List<String>, orderType: Int? = null, outputFile: String? = null, resourceGroupId: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Cloud Architect Design Tools (BPStudio) Applications. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val keyword: String? = null
Link copied to clipboard
val maxResults: Int? = null
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of Application names.

Link copied to clipboard
val orderType: Int? = null
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val resourceGroupId: String? = null

The ID of the resource group.

Link copied to clipboard
val status: String? = null

The status of the Application.