Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.94 KB

GraphDriverData.md

File metadata and controls

72 lines (39 loc) · 1.94 KB

GraphDriverData

Properties

Name Type Description Notes
Data map[string]string data
Name string name

Methods

NewGraphDriverData

func NewGraphDriverData(data map[string]string, name string, ) *GraphDriverData

NewGraphDriverData instantiates a new GraphDriverData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewGraphDriverDataWithDefaults

func NewGraphDriverDataWithDefaults() *GraphDriverData

NewGraphDriverDataWithDefaults instantiates a new GraphDriverData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetData

func (o *GraphDriverData) GetData() map[string]string

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *GraphDriverData) GetDataOk() (*map[string]string, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *GraphDriverData) SetData(v map[string]string)

SetData sets Data field to given value.

GetName

func (o *GraphDriverData) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GraphDriverData) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *GraphDriverData) SetName(v string)

SetName sets Name field to given value.

[Back to Model list] [Back to API list] [Back to README]