class documentation

Defines how a property group may be structured. :ivar file_properties.PropertyGroupTemplate.name: Display name for the template. Template names can be up to 256 bytes. :ivar file_properties.PropertyGroupTemplate.description: Description for the template. Template descriptions can be up to 1024 bytes. :ivar file_properties.PropertyGroupTemplate.fields: Definitions of the property fields associated with this template. There can be up to 32 properties in a single template.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable description Undocumented
Instance Variable fields Undocumented
Instance Variable name Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _description_value Undocumented
Instance Variable _fields_value Undocumented
Instance Variable _name_value Undocumented
def __init__(self, name=None, description=None, fields=None): (source)
description = (source)

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_description_value = (source)

Undocumented

_fields_value = (source)

Undocumented

_name_value = (source)

Undocumented