Skip to content

Commit 3000de5

Browse files
author
devexperience
committed
Generated version 1.3.0
This commit was automatically created by a GitHub Action to generate version 1.3.0 of this library.
1 parent 78d1f07 commit 3000de5

4 files changed

Lines changed: 418 additions & 120 deletions

File tree

configuration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/MemberResponse.md

Lines changed: 179 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,28 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**ActionableError** | Pointer to **NullableString** | | [optional]
87
**AggregatedAt** | Pointer to **NullableString** | | [optional]
98
**BackgroundAggregationIsDisabled** | Pointer to **bool** | | [optional]
109
**ConnectionStatus** | Pointer to **NullableString** | | [optional]
10+
**ConnectionStatusMessage** | Pointer to **NullableString** | | [optional]
11+
**Error** | Pointer to **NullableString** | | [optional]
1112
**Guid** | Pointer to **NullableString** | | [optional]
1213
**Id** | Pointer to **NullableString** | | [optional]
1314
**InstitutionCode** | Pointer to **NullableString** | | [optional]
15+
**InstitutionGuid** | Pointer to **string** | | [optional]
1416
**IsBeingAggregated** | Pointer to **NullableBool** | | [optional]
1517
**IsManagedByUser** | Pointer to **NullableBool** | | [optional]
1618
**IsManual** | Pointer to **NullableBool** | | [optional]
1719
**IsOauth** | Pointer to **NullableBool** | | [optional]
1820
**Metadata** | Pointer to **NullableString** | | [optional]
19-
**MostRecentJobDetailCode** | Pointer to **NullableString** | | [optional]
20-
**MostRecentJobDetailText** | Pointer to **NullableString** | | [optional]
21+
**MostRecentJobDetailCode** | Pointer to **NullableInt32** | | [optional]
22+
**MostRecentJobDetailText** | Pointer to **NullableBool** | | [optional]
23+
**MostRecentJobGuid** | Pointer to **NullableBool** | | [optional]
2124
**Name** | Pointer to **NullableString** | | [optional]
25+
**NeedsUpdatedCredentials** | Pointer to **NullableBool** | | [optional]
2226
**OauthWindowUri** | Pointer to **NullableString** | | [optional]
2327
**SuccessfullyAggregatedAt** | Pointer to **NullableString** | | [optional]
24-
**UseCases** | Pointer to **[]string** | | [optional]
28+
**UseCases** | Pointer to **[]string** | The use case associated with the member. Valid values are `PFM` and/or `MONEY_MOVEMENT`. Only set this if you've met with MX and have opted in to using this field. | [optional]
2529
**UserGuid** | Pointer to **NullableString** | | [optional]
2630
**UserId** | Pointer to **NullableString** | | [optional]
2731

@@ -44,41 +48,6 @@ NewMemberResponseWithDefaults instantiates a new MemberResponse object
4448
This constructor will only assign default values to properties that have it defined,
4549
but it doesn't guarantee that properties required by API are set
4650

47-
### GetActionableError
48-
49-
`func (o *MemberResponse) GetActionableError() string`
50-
51-
GetActionableError returns the ActionableError field if non-nil, zero value otherwise.
52-
53-
### GetActionableErrorOk
54-
55-
`func (o *MemberResponse) GetActionableErrorOk() (*string, bool)`
56-
57-
GetActionableErrorOk returns a tuple with the ActionableError field if it's non-nil, zero value otherwise
58-
and a boolean to check if the value has been set.
59-
60-
### SetActionableError
61-
62-
`func (o *MemberResponse) SetActionableError(v string)`
63-
64-
SetActionableError sets ActionableError field to given value.
65-
66-
### HasActionableError
67-
68-
`func (o *MemberResponse) HasActionableError() bool`
69-
70-
HasActionableError returns a boolean if a field has been set.
71-
72-
### SetActionableErrorNil
73-
74-
`func (o *MemberResponse) SetActionableErrorNil(b bool)`
75-
76-
SetActionableErrorNil sets the value for ActionableError to be an explicit nil
77-
78-
### UnsetActionableError
79-
`func (o *MemberResponse) UnsetActionableError()`
80-
81-
UnsetActionableError ensures that no value is present for ActionableError, not even an explicit nil
8251
### GetAggregatedAt
8352

8453
`func (o *MemberResponse) GetAggregatedAt() string`
@@ -174,6 +143,76 @@ HasConnectionStatus returns a boolean if a field has been set.
174143
`func (o *MemberResponse) UnsetConnectionStatus()`
175144

176145
UnsetConnectionStatus ensures that no value is present for ConnectionStatus, not even an explicit nil
146+
### GetConnectionStatusMessage
147+
148+
`func (o *MemberResponse) GetConnectionStatusMessage() string`
149+
150+
GetConnectionStatusMessage returns the ConnectionStatusMessage field if non-nil, zero value otherwise.
151+
152+
### GetConnectionStatusMessageOk
153+
154+
`func (o *MemberResponse) GetConnectionStatusMessageOk() (*string, bool)`
155+
156+
GetConnectionStatusMessageOk returns a tuple with the ConnectionStatusMessage field if it's non-nil, zero value otherwise
157+
and a boolean to check if the value has been set.
158+
159+
### SetConnectionStatusMessage
160+
161+
`func (o *MemberResponse) SetConnectionStatusMessage(v string)`
162+
163+
SetConnectionStatusMessage sets ConnectionStatusMessage field to given value.
164+
165+
### HasConnectionStatusMessage
166+
167+
`func (o *MemberResponse) HasConnectionStatusMessage() bool`
168+
169+
HasConnectionStatusMessage returns a boolean if a field has been set.
170+
171+
### SetConnectionStatusMessageNil
172+
173+
`func (o *MemberResponse) SetConnectionStatusMessageNil(b bool)`
174+
175+
SetConnectionStatusMessageNil sets the value for ConnectionStatusMessage to be an explicit nil
176+
177+
### UnsetConnectionStatusMessage
178+
`func (o *MemberResponse) UnsetConnectionStatusMessage()`
179+
180+
UnsetConnectionStatusMessage ensures that no value is present for ConnectionStatusMessage, not even an explicit nil
181+
### GetError
182+
183+
`func (o *MemberResponse) GetError() string`
184+
185+
GetError returns the Error field if non-nil, zero value otherwise.
186+
187+
### GetErrorOk
188+
189+
`func (o *MemberResponse) GetErrorOk() (*string, bool)`
190+
191+
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise
192+
and a boolean to check if the value has been set.
193+
194+
### SetError
195+
196+
`func (o *MemberResponse) SetError(v string)`
197+
198+
SetError sets Error field to given value.
199+
200+
### HasError
201+
202+
`func (o *MemberResponse) HasError() bool`
203+
204+
HasError returns a boolean if a field has been set.
205+
206+
### SetErrorNil
207+
208+
`func (o *MemberResponse) SetErrorNil(b bool)`
209+
210+
SetErrorNil sets the value for Error to be an explicit nil
211+
212+
### UnsetError
213+
`func (o *MemberResponse) UnsetError()`
214+
215+
UnsetError ensures that no value is present for Error, not even an explicit nil
177216
### GetGuid
178217

179218
`func (o *MemberResponse) GetGuid() string`
@@ -279,6 +318,31 @@ HasInstitutionCode returns a boolean if a field has been set.
279318
`func (o *MemberResponse) UnsetInstitutionCode()`
280319

281320
UnsetInstitutionCode ensures that no value is present for InstitutionCode, not even an explicit nil
321+
### GetInstitutionGuid
322+
323+
`func (o *MemberResponse) GetInstitutionGuid() string`
324+
325+
GetInstitutionGuid returns the InstitutionGuid field if non-nil, zero value otherwise.
326+
327+
### GetInstitutionGuidOk
328+
329+
`func (o *MemberResponse) GetInstitutionGuidOk() (*string, bool)`
330+
331+
GetInstitutionGuidOk returns a tuple with the InstitutionGuid field if it's non-nil, zero value otherwise
332+
and a boolean to check if the value has been set.
333+
334+
### SetInstitutionGuid
335+
336+
`func (o *MemberResponse) SetInstitutionGuid(v string)`
337+
338+
SetInstitutionGuid sets InstitutionGuid field to given value.
339+
340+
### HasInstitutionGuid
341+
342+
`func (o *MemberResponse) HasInstitutionGuid() bool`
343+
344+
HasInstitutionGuid returns a boolean if a field has been set.
345+
282346
### GetIsBeingAggregated
283347

284348
`func (o *MemberResponse) GetIsBeingAggregated() bool`
@@ -456,20 +520,20 @@ HasMetadata returns a boolean if a field has been set.
456520
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
457521
### GetMostRecentJobDetailCode
458522

459-
`func (o *MemberResponse) GetMostRecentJobDetailCode() string`
523+
`func (o *MemberResponse) GetMostRecentJobDetailCode() int32`
460524

461525
GetMostRecentJobDetailCode returns the MostRecentJobDetailCode field if non-nil, zero value otherwise.
462526

463527
### GetMostRecentJobDetailCodeOk
464528

465-
`func (o *MemberResponse) GetMostRecentJobDetailCodeOk() (*string, bool)`
529+
`func (o *MemberResponse) GetMostRecentJobDetailCodeOk() (*int32, bool)`
466530

467531
GetMostRecentJobDetailCodeOk returns a tuple with the MostRecentJobDetailCode field if it's non-nil, zero value otherwise
468532
and a boolean to check if the value has been set.
469533

470534
### SetMostRecentJobDetailCode
471535

472-
`func (o *MemberResponse) SetMostRecentJobDetailCode(v string)`
536+
`func (o *MemberResponse) SetMostRecentJobDetailCode(v int32)`
473537

474538
SetMostRecentJobDetailCode sets MostRecentJobDetailCode field to given value.
475539

@@ -491,20 +555,20 @@ HasMostRecentJobDetailCode returns a boolean if a field has been set.
491555
UnsetMostRecentJobDetailCode ensures that no value is present for MostRecentJobDetailCode, not even an explicit nil
492556
### GetMostRecentJobDetailText
493557

494-
`func (o *MemberResponse) GetMostRecentJobDetailText() string`
558+
`func (o *MemberResponse) GetMostRecentJobDetailText() bool`
495559

496560
GetMostRecentJobDetailText returns the MostRecentJobDetailText field if non-nil, zero value otherwise.
497561

498562
### GetMostRecentJobDetailTextOk
499563

500-
`func (o *MemberResponse) GetMostRecentJobDetailTextOk() (*string, bool)`
564+
`func (o *MemberResponse) GetMostRecentJobDetailTextOk() (*bool, bool)`
501565

502566
GetMostRecentJobDetailTextOk returns a tuple with the MostRecentJobDetailText field if it's non-nil, zero value otherwise
503567
and a boolean to check if the value has been set.
504568

505569
### SetMostRecentJobDetailText
506570

507-
`func (o *MemberResponse) SetMostRecentJobDetailText(v string)`
571+
`func (o *MemberResponse) SetMostRecentJobDetailText(v bool)`
508572

509573
SetMostRecentJobDetailText sets MostRecentJobDetailText field to given value.
510574

@@ -524,6 +588,41 @@ HasMostRecentJobDetailText returns a boolean if a field has been set.
524588
`func (o *MemberResponse) UnsetMostRecentJobDetailText()`
525589

526590
UnsetMostRecentJobDetailText ensures that no value is present for MostRecentJobDetailText, not even an explicit nil
591+
### GetMostRecentJobGuid
592+
593+
`func (o *MemberResponse) GetMostRecentJobGuid() bool`
594+
595+
GetMostRecentJobGuid returns the MostRecentJobGuid field if non-nil, zero value otherwise.
596+
597+
### GetMostRecentJobGuidOk
598+
599+
`func (o *MemberResponse) GetMostRecentJobGuidOk() (*bool, bool)`
600+
601+
GetMostRecentJobGuidOk returns a tuple with the MostRecentJobGuid field if it's non-nil, zero value otherwise
602+
and a boolean to check if the value has been set.
603+
604+
### SetMostRecentJobGuid
605+
606+
`func (o *MemberResponse) SetMostRecentJobGuid(v bool)`
607+
608+
SetMostRecentJobGuid sets MostRecentJobGuid field to given value.
609+
610+
### HasMostRecentJobGuid
611+
612+
`func (o *MemberResponse) HasMostRecentJobGuid() bool`
613+
614+
HasMostRecentJobGuid returns a boolean if a field has been set.
615+
616+
### SetMostRecentJobGuidNil
617+
618+
`func (o *MemberResponse) SetMostRecentJobGuidNil(b bool)`
619+
620+
SetMostRecentJobGuidNil sets the value for MostRecentJobGuid to be an explicit nil
621+
622+
### UnsetMostRecentJobGuid
623+
`func (o *MemberResponse) UnsetMostRecentJobGuid()`
624+
625+
UnsetMostRecentJobGuid ensures that no value is present for MostRecentJobGuid, not even an explicit nil
527626
### GetName
528627

529628
`func (o *MemberResponse) GetName() string`
@@ -559,6 +658,41 @@ HasName returns a boolean if a field has been set.
559658
`func (o *MemberResponse) UnsetName()`
560659

561660
UnsetName ensures that no value is present for Name, not even an explicit nil
661+
### GetNeedsUpdatedCredentials
662+
663+
`func (o *MemberResponse) GetNeedsUpdatedCredentials() bool`
664+
665+
GetNeedsUpdatedCredentials returns the NeedsUpdatedCredentials field if non-nil, zero value otherwise.
666+
667+
### GetNeedsUpdatedCredentialsOk
668+
669+
`func (o *MemberResponse) GetNeedsUpdatedCredentialsOk() (*bool, bool)`
670+
671+
GetNeedsUpdatedCredentialsOk returns a tuple with the NeedsUpdatedCredentials field if it's non-nil, zero value otherwise
672+
and a boolean to check if the value has been set.
673+
674+
### SetNeedsUpdatedCredentials
675+
676+
`func (o *MemberResponse) SetNeedsUpdatedCredentials(v bool)`
677+
678+
SetNeedsUpdatedCredentials sets NeedsUpdatedCredentials field to given value.
679+
680+
### HasNeedsUpdatedCredentials
681+
682+
`func (o *MemberResponse) HasNeedsUpdatedCredentials() bool`
683+
684+
HasNeedsUpdatedCredentials returns a boolean if a field has been set.
685+
686+
### SetNeedsUpdatedCredentialsNil
687+
688+
`func (o *MemberResponse) SetNeedsUpdatedCredentialsNil(b bool)`
689+
690+
SetNeedsUpdatedCredentialsNil sets the value for NeedsUpdatedCredentials to be an explicit nil
691+
692+
### UnsetNeedsUpdatedCredentials
693+
`func (o *MemberResponse) UnsetNeedsUpdatedCredentials()`
694+
695+
UnsetNeedsUpdatedCredentials ensures that no value is present for NeedsUpdatedCredentials, not even an explicit nil
562696
### GetOauthWindowUri
563697

564698
`func (o *MemberResponse) GetOauthWindowUri() string`
@@ -654,16 +788,6 @@ SetUseCases sets UseCases field to given value.
654788

655789
HasUseCases returns a boolean if a field has been set.
656790

657-
### SetUseCasesNil
658-
659-
`func (o *MemberResponse) SetUseCasesNil(b bool)`
660-
661-
SetUseCasesNil sets the value for UseCases to be an explicit nil
662-
663-
### UnsetUseCases
664-
`func (o *MemberResponse) UnsetUseCases()`
665-
666-
UnsetUseCases ensures that no value is present for UseCases, not even an explicit nil
667791
### GetUserGuid
668792

669793
`func (o *MemberResponse) GetUserGuid() string`

0 commit comments

Comments
 (0)