Get Activity Custom Entity Query Result
data class GetActivityCustomEntityQueryResult(val azureApiVersion: String, val content: String? = null, val createdTimeUtc: String, val description: String? = null, val enabled: Boolean? = null, val entitiesFilter: Map<String, List<String>>? = null, val etag: String? = null, val id: String, val inputEntityType: String? = null, val kind: String, val lastModifiedTimeUtc: String, val name: String, val queryDefinitions: ActivityEntityQueriesPropertiesResponseQueryDefinitions? = null, val requiredInputFieldsSets: List<List<String>>? = null, val systemData: SystemDataResponse, val templateName: String? = null, val title: String? = null, val type: String)
Represents Activity entity query.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, content: String? = null, createdTimeUtc: String, description: String? = null, enabled: Boolean? = null, entitiesFilter: Map<String, List<String>>? = null, etag: String? = null, id: String, inputEntityType: String? = null, kind: String, lastModifiedTimeUtc: String, name: String, queryDefinitions: ActivityEntityQueriesPropertiesResponseQueryDefinitions? = null, requiredInputFieldsSets: List<List<String>>? = null, systemData: SystemDataResponse, templateName: String? = null, title: String? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The time the activity was created
Link copied to clipboard
The entity query description
Link copied to clipboard
The query applied only to entities matching to all filters
Link copied to clipboard
The type of the query's source entity
Link copied to clipboard
The last time the activity was updated
Link copied to clipboard
The Activity query definitions
Link copied to clipboard
List of the fields of the source entity that are required to run the query
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The template id this activity was created from