Get Metadata Result
data class GetMetadataResult(val author: MetadataAuthorResponse? = null, val categories: MetadataCategoriesResponse? = null, val contentId: String? = null, val dependencies: MetadataDependenciesResponse? = null, val etag: String? = null, val firstPublishDate: String? = null, val id: String, val kind: String, val lastPublishDate: String? = null, val name: String, val parentId: String, val providers: List<String>? = null, val source: MetadataSourceResponse? = null, val support: MetadataSupportResponse? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)
Metadata resource definition.
Constructors
Link copied to clipboard
constructor(author: MetadataAuthorResponse? = null, categories: MetadataCategoriesResponse? = null, contentId: String? = null, dependencies: MetadataDependenciesResponse? = null, etag: String? = null, firstPublishDate: String? = null, id: String, kind: String, lastPublishDate: String? = null, name: String, parentId: String, providers: List<String>? = null, source: MetadataSourceResponse? = null, support: MetadataSupportResponse? = null, systemData: SystemDataResponse, type: String, version: String? = null)
Properties
Link copied to clipboard
The creator of the content item.
Link copied to clipboard
Categories for the solution content item
Link copied to clipboard
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
Link copied to clipboard
first publish date solution content item
Link copied to clipboard
last publish date for the solution content item
Link copied to clipboard
Source of the content. This is where/how it was created.
Link copied to clipboard
Support information for the metadata - type, name, contact information
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.