Class InventorySourcesResource.EditInventorySourceReadWriteAccessorsRequest
Edits read/write accessors of an inventory source. Returns the updated read_write_accessors for the inventory source.
Inheritance
System.Object
InventorySourcesResource.EditInventorySourceReadWriteAccessorsRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class EditInventorySourceReadWriteAccessorsRequest : DisplayVideoBaseServiceRequest<InventorySourceAccessors>, IClientServiceRequest<InventorySourceAccessors>, IClientServiceRequest
Constructors
EditInventorySourceReadWriteAccessorsRequest(IClientService, EditInventorySourceReadWriteAccessorsRequest, Int64)
Constructs a new EditInventorySourceReadWriteAccessors request.
Declaration
public EditInventorySourceReadWriteAccessorsRequest(IClientService service, EditInventorySourceReadWriteAccessorsRequest body, long inventorySourceId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
EditInventorySourceReadWriteAccessorsRequest | body | |
System.Int64 | inventorySourceId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceAccessors>.HttpMethod
InventorySourceId
Required. The ID of inventory source to update.
Declaration
[RequestParameter("inventorySourceId", RequestParameterType.Path)]
public virtual long InventorySourceId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceAccessors>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceAccessors>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceAccessors>.GetBody()
InitParameters()
Initializes EditInventorySourceReadWriteAccessors parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.InventorySourceAccessors>.InitParameters()