Class ConfigFile (1.2.3)

ConfigFile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Generic specification of a source configuration file

Attributes

NameDescription
file_path str
The file name of the configuration file (full or relative path).
file_contents bytes
The bytes that constitute the file.
file_type google.cloud.servicemanagement_v1.types.ConfigFile.FileType
The type of configuration file this represents.

Classes

FileType

FileType(value)

API documentation for servicemanagement_v1.types.ConfigFile.FileType class.