CreateVideoReviewsBodyItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema items of the body.
public class CreateVideoReviewsBodyItem
type CreateVideoReviewsBodyItem = class
Public Class CreateVideoReviewsBodyItem
- Inheritance
-
CreateVideoReviewsBodyItem
Constructors
CreateVideoReviewsBodyItem() |
Initializes a new instance of the CreateVideoReviewsBodyItem class. |
CreateVideoReviewsBodyItem(String, String, String, IList<CreateVideoReviewsBodyItemVideoFramesItem>, IList<CreateVideoReviewsBodyItemMetadataItem>, Nullable<Int32>, String) |
Initializes a new instance of the CreateVideoReviewsBodyItem class. |
Properties
CallbackEndpoint |
Gets or sets optional CallbackEndpoint. |
Content |
Gets or sets video content url to review. |
ContentId |
Gets or sets content Identifier. |
Metadata |
Gets or sets optional metadata details. |
Status |
Gets or sets status of the video(Complete,Unpublished,Pending). Possible values include: 'Complete', 'Unpublished', 'Pending' |
Timescale |
Gets or sets timescale of the video. |
Type |
Type of the content. |
VideoFrames |
Gets or sets optional metadata details. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET