Show / Hide Table of Contents

Class GetStyleConfigRequest

Request to get a StyleConfig.

Inheritance
object
GetStyleConfigRequest
Implements
IMessage<GetStyleConfigRequest>
IEquatable<GetStyleConfigRequest>
IDeepCloneable<GetStyleConfigRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public sealed class GetStyleConfigRequest : IMessage<GetStyleConfigRequest>, IEquatable<GetStyleConfigRequest>, IDeepCloneable<GetStyleConfigRequest>, IBufferMessage, IMessage

Constructors

GetStyleConfigRequest()

Declaration
public GetStyleConfigRequest()

GetStyleConfigRequest(GetStyleConfigRequest)

Declaration
public GetStyleConfigRequest(GetStyleConfigRequest other)
Parameters
Type Name Description
GetStyleConfigRequest other

Properties

Name

Required. Resource name of the StyleConfig. Format: projects/{project}/styleConfigs/{style_config}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

StyleConfigName

StyleConfigName-typed view over the Name resource name property.

Declaration
public StyleConfigName StyleConfigName { get; set; }
Property Value
Type Description
StyleConfigName
In this article
Back to top Generated by DocFX