| Name | Type | Description | Notes |
|---|---|---|---|
| Line | int32 | ||
| Column | int32 |
func NewScriptLocation(line int32, column int32, ) *ScriptLocation
NewScriptLocation instantiates a new ScriptLocation 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
func NewScriptLocationWithDefaults() *ScriptLocation
NewScriptLocationWithDefaults instantiates a new ScriptLocation 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
func (o *ScriptLocation) GetLine() int32
GetLine returns the Line field if non-nil, zero value otherwise.
func (o *ScriptLocation) GetLineOk() (*int32, bool)
GetLineOk returns a tuple with the Line field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScriptLocation) SetLine(v int32)
SetLine sets Line field to given value.
func (o *ScriptLocation) GetColumn() int32
GetColumn returns the Column field if non-nil, zero value otherwise.
func (o *ScriptLocation) GetColumnOk() (*int32, bool)
GetColumnOk returns a tuple with the Column field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScriptLocation) SetColumn(v int32)
SetColumn sets Column field to given value.