GetImageUploadUrlForDataPlainArgs

data class GetImageUploadUrlForDataPlainArgs(val entityType: String? = null, val entityTypeName: String? = null, val hubName: String, val relativePath: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetImageUploadUrlForDataPlainArgs>

Constructors

Link copied to clipboard
constructor(entityType: String? = null, entityTypeName: String? = null, hubName: String, relativePath: String? = null, resourceGroupName: String)

Properties

Link copied to clipboard
val entityType: String? = null

Type of entity. Can be Profile or Interaction.

Link copied to clipboard
val entityTypeName: String? = null

Name of the entity type.

Link copied to clipboard

The name of the hub.

Link copied to clipboard
val relativePath: String? = null

Relative path of the image.

Link copied to clipboard

The name of the resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetImageUploadUrlForDataPlainArgs