Class ProviderBatchingArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ProviderBatchingArgs : ResourceArgs
Constructors
View SourceProviderBatchingArgs()
Declaration
public ProviderBatchingArgs()
Properties
View SourceEnableBatching
Declaration
public Input<bool> EnableBatching { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SendAfter
Declaration
public Input<string> SendAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |