Show / Hide Table of Contents

Class MediaAssetTag

Tags of the MediaAsset.

Inheritance
object
MediaAssetTag
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class MediaAssetTag

Properties

Type

Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MediaAssetTag.TypeEnum? Type { get; set; }
Property Value
Type Description
MediaAssetTag.TypeEnum?

Type of the tag.

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

Tag of the MediaAsset.

Remarks

Required

In this article
Back to top