Show / Hide Table of Contents

Class Config.Types.Batching

Inheritance
System.Object
Config.Types.Batching
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
Assembly: Pulumi.Gcp.dll
Syntax
public class Batching

Properties

View Source

EnableBatching

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

SendAfter

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