types property

types property

Gets or sets an array of string values representing the nature or genre of the resource.

Definition:

@property
def types(self):
    ...
@types.setter
def types(self, value):
    ...

See Also