Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.79 KB

SqlV1alpha1ResultSchema.md

File metadata and controls

56 lines (31 loc) · 1.79 KB

SqlV1alpha1ResultSchema

Properties

Name Type Description Notes
Columns Pointer to []ColumnDetails The properties of each SQL column in the schema. [optional]

Methods

NewSqlV1alpha1ResultSchema

func NewSqlV1alpha1ResultSchema() *SqlV1alpha1ResultSchema

NewSqlV1alpha1ResultSchema instantiates a new SqlV1alpha1ResultSchema 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

NewSqlV1alpha1ResultSchemaWithDefaults

func NewSqlV1alpha1ResultSchemaWithDefaults() *SqlV1alpha1ResultSchema

NewSqlV1alpha1ResultSchemaWithDefaults instantiates a new SqlV1alpha1ResultSchema 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

GetColumns

func (o *SqlV1alpha1ResultSchema) GetColumns() []ColumnDetails

GetColumns returns the Columns field if non-nil, zero value otherwise.

GetColumnsOk

func (o *SqlV1alpha1ResultSchema) GetColumnsOk() (*[]ColumnDetails, bool)

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

SetColumns

func (o *SqlV1alpha1ResultSchema) SetColumns(v []ColumnDetails)

SetColumns sets Columns field to given value.

HasColumns

func (o *SqlV1alpha1ResultSchema) HasColumns() bool

HasColumns returns a boolean if a field has been set.

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