GetShareResult

data class GetShareResult(val createdAt: String, val description: String? = null, val id: String, val name: String, val provisioningState: String, val shareKind: String? = null, val systemData: SystemDataResponse, val terms: String? = null, val type: String, val userEmail: String, val userName: String)

A share data transfer object.

Constructors

Link copied to clipboard
constructor(createdAt: String, description: String? = null, id: String, name: String, provisioningState: String, shareKind: String? = null, systemData: SystemDataResponse, terms: String? = null, type: String, userEmail: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time at which the share was created.

Link copied to clipboard
val description: String? = null

Share description.

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

Gets or sets the provisioning state

Link copied to clipboard
val shareKind: String? = null

Share kind.

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard
val terms: String? = null

Share terms.

Link copied to clipboard

Type of the azure resource

Link copied to clipboard

Email of the user who created the resource

Link copied to clipboard

Name of the user who created the resource