models_v2.datastore_params module

class models_v2.datastore_params.DatastoreParams(id=None, max_concurrent_streams=None)[source]

Bases: object

Implementation of the ‘Datastore params.’ model.

Specifies the datastore params.

Attributes:

id (long|int): Specifies the Id of the datastore. max_concurrent_streams (int): Specifies the max concurrent stream per

datastore.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.