Class ServiceApiGetArgs
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: Pulumi.Gcp.Endpoints.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceApiGetArgs : ResourceArgs
Constructors
View SourceServiceApiGetArgs()
Declaration
public ServiceApiGetArgs()
Properties
View SourceMethods
Declaration
public InputList<ServiceApiMethodGetArgs> Methods { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceApiMethodGetArgs> |
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Syntax
Declaration
public Input<string> Syntax { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |