geonode.geoserver.acl.gsauth_client.models.layer_attribute

GeoServer ACL

GeoServer Access Control List API # noqa: E501

The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech

Classes

LayerAttribute

NOTE: This class is auto generated by OpenAPI Generator.

Module Contents

class geonode.geoserver.acl.gsauth_client.models.layer_attribute.LayerAttribute(name=None, data_type=None, access=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

openapi_types[source]
attribute_map[source]
local_vars_configuration[source]
_name = None[source]
_data_type = None[source]
_access = None[source]
discriminator = None[source]
property name[source]
property E501
Returns:

The name of this LayerAttribute. # noqa: E501

Return type:

str

Type:

Gets the name of this LayerAttribute. # noqa

property data_type[source]
property E501
Returns:

The data_type of this LayerAttribute. # noqa: E501

Return type:

str

Type:

Gets the data_type of this LayerAttribute. # noqa

property access[source]
property E501
Returns:

The access of this LayerAttribute. # noqa: E501

Return type:

str

Type:

Gets the access of this LayerAttribute. # noqa

to_dict(serialize=False)[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

__repr__()[source]

For print and pprint

__eq__(other)[source]

Returns true if both objects are equal

__ne__(other)[source]

Returns true if both objects are not equal