Class GetGroupRequest (2.0.0-beta05)

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

A request to return an individual group.

Inheritance

Object > GetGroupRequest

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

GetGroupRequest()

public GetGroupRequest()

GetGroupRequest(GetGroupRequest)

public GetGroupRequest(GetGroupRequest other)
Parameter
NameDescription
otherGetGroupRequest

Properties

GroupName

public string GroupName { get; set; }

Required. The group resource name. Written as projects/{projectID}/groups/{group_name}. Call groupStats.list to return a list of groups belonging to this project.

Example: projects/my-project-123/groups/my-group

Property Value
TypeDescription
String

GroupNameAsErrorGroupName

public ErrorGroupName GroupNameAsErrorGroupName { get; set; }

ErrorGroupName-typed view over the GroupName resource name property.

Property Value
TypeDescription
ErrorGroupName