Show / Hide Table of Contents

Class ProviderBatchingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProviderBatchingArgs
Inherited Members
ResourceArgs.Empty
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 Source

ProviderBatchingArgs()

Declaration
public ProviderBatchingArgs()

Properties

View Source

EnableBatching

Declaration
public Input<bool> EnableBatching { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SendAfter

Declaration
public Input<string> SendAfter { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.