Class CssesResource.GetRequest
Retrieves a single CSS domain by ID.
Inheritance
CssesResource.GetRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CssesResource.GetRequest : ShoppingContentBaseServiceRequest<Css>, IClientServiceRequest<Css>, IClientServiceRequest
Constructors
GetRequest(IClientService, long, long)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, long cssGroupId, long cssDomainId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
long | cssGroupId | |
long | cssDomainId |
Properties
CssDomainId
Required. The ID of the CSS domain to return.
Declaration
[RequestParameter("cssDomainId", RequestParameterType.Path)]
public virtual long CssDomainId { get; }
Property Value
Type | Description |
---|---|
long |
CssGroupId
Required. The ID of the managing account. If this parameter is not the same as
cssDomainId, then this ID must be a CSS group ID and cssDomainId
must be the ID of a
CSS domain affiliated with this group.
Declaration
[RequestParameter("cssGroupId", RequestParameterType.Path)]
public virtual long CssGroupId { get; }
Property Value
Type | Description |
---|---|
long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()