Advisory Notifications v1 API - Class GetSettingsRequest (1.6.0)

public sealed class GetSettingsRequest : IMessage<GetSettingsRequest>, IEquatable<GetSettingsRequest>, IDeepCloneable<GetSettingsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Advisory Notifications v1 API class GetSettingsRequest.

Request of GetSettings endpoint.

Inheritance

object > GetSettingsRequest

Namespace

Google.Cloud.AdvisoryNotifications.V1

Assembly

Google.Cloud.AdvisoryNotifications.V1.dll

Constructors

GetSettingsRequest()

public GetSettingsRequest()

GetSettingsRequest(GetSettingsRequest)

public GetSettingsRequest(GetSettingsRequest other)
Parameter
NameDescription
otherGetSettingsRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.

Property Value
TypeDescription
string

SettingsName

public SettingsName SettingsName { get; set; }

SettingsName-typed view over the Name resource name property.

Property Value
TypeDescription
SettingsName