Class LiveChatMessagesResource.TransitionRequest
Transition a durable chat event.
Inheritance
LiveChatMessagesResource.TransitionRequest
Inherited Members
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class LiveChatMessagesResource.TransitionRequest : YouTubeBaseServiceRequest<LiveChatMessage>, IClientServiceRequest<LiveChatMessage>, IClientServiceRequest
Constructors
TransitionRequest(IClientService)
Constructs a new Transition request.
Declaration
public TransitionRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Id
The ID that uniquely identify the chat message event to transition.
Declaration
[RequestParameter("id", RequestParameterType.Query)]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Status
The status to which the chat event is going to transition.
Declaration
[RequestParameter("status", RequestParameterType.Query)]
public virtual LiveChatMessagesResource.TransitionRequest.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
LiveChatMessagesResource.TransitionRequest.StatusEnum? |
Methods
InitParameters()
Initializes Transition parameter list.
Declaration
protected override void InitParameters()